home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sun4c / archive / tcltk.z / tcltk / slib / tk / demos / bitmaps / pattern < prev   
Text File  |  1994-09-20  |  272b  |  7 lines

  1. #define foo_width 16
  2. #define foo_height 16
  3. static char foo_bits[] = {
  4.    0x60, 0x06, 0x90, 0x09, 0x90, 0x09, 0xb0, 0x0d, 0x4e, 0x72, 0x49, 0x92,
  5.    0x71, 0x8e, 0x8e, 0x71, 0x8e, 0x71, 0x71, 0x8e, 0x49, 0x92, 0x4e, 0x72,
  6.    0xb0, 0x0d, 0x90, 0x09, 0x90, 0x09, 0x60, 0x06};
  7.